home *** CD-ROM | disk | FTP | other *** search
/ Exploring Aeronautics / NASA Exploring Aeronautics.iso / pc / source / tools.dxr / Internal_4_play intro VO.ls < prev    next >
Encoding:
Text File  |  1998-06-02  |  109 b   |  9 lines

  1. global gMain, gSoundManager
  2.  
  3. on exitFrame
  4.   if mIsFirstTime(gMain) then
  5.   else
  6.     go("skipVO")
  7.   end if
  8. end
  9.